home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 2 / 002.d81 / dos part 3 < prev    next >
Encoding:
Text File  |  1984-01-01  |  1.9 KB  |  112 lines

  1.   Commodore VIC 1541 Tutorial Part 3
  2.   ========= === ==== ======== ==== =
  3.  
  4.    Okay, now you have a formatted disk
  5.  
  6. and you want to put stuff on it.  With
  7.  
  8. the Manager, to save the BASIC program
  9.  
  10. you currently have in your computer,
  11.  
  12. just type:
  13.  
  14.    _file name
  15.  
  16. where "file name" is a name for the
  17.  
  18. file.  It can be up to 16 characters
  19.  
  20. long, with the same restrictions on
  21.  
  22. legal characters as for the disk name.
  23.  
  24. When the save is completed, the system
  25.  
  26. will print the Disk Error Status IM-
  27.  
  28. MEDIATELY after the file name.  If all
  29.  
  30. went well, that should be
  31.  
  32.    "00, OK,00,00"
  33.  
  34.    An example:
  35.  
  36.  
  37.    _STAR TREK
  38.  
  39.    (saves the current program under
  40.    the name STAR TREK.  When done,
  41.    the display should read:)
  42.  
  43.    _STAR TREK
  44.  
  45.    SAVING STAR TREK00, OK,00,00
  46.  
  47.    READY.
  48.  
  49.    To LOAD a program from the disk,
  50.  
  51. you have three choices:
  52.  
  53.    1.  /file name
  54.    2.  ^file name
  55.    3.  %file name
  56.  
  57.    Form 1 just loads a BASIC program
  58.  
  59. into the normal BASIC memory space,
  60.  
  61. erasing any program that might have
  62.  
  63. been in memory before.
  64.  
  65.    Form 2 does the same thing, but
  66.  
  67. then RUNs the program as soon as it is
  68.  
  69. LOADed.
  70.  
  71.    Form 3 loads a machine language
  72.  
  73. program or other memory image file at
  74.  
  75. the same place it was SAVEd from.  It
  76.  
  77. is used for LOADing a program that you
  78.  
  79. would otherwise have to use LOAD"name"
  80.  
  81. ,8,1 on.
  82.  
  83.    Here are some examples:
  84.  
  85.    /STAR  (Loads "STAR")
  86.    ^STAR  (Loads and runs "STAR")
  87.    %ROUTINES  (Loads the machine-
  88.               language "ROUTINES")
  89.  
  90.    Next month, we will discuss how to
  91.  
  92. find out what files are on a disk, how
  93.  
  94. to read the Error Channel, how to re-
  95.  
  96. move a file from disk, and how to in-
  97.  
  98. ititalize the disk if you are not sure
  99.  
  100. if the "id" is the same as that of the
  101.  
  102. disk you last used.  We will also dis-
  103.  
  104. cuss more on file names in general,
  105.  
  106. and tell how to rename a file.  Until
  107.  
  108. then, have a nice data!
  109.  
  110. ----------<end of article>------------
  111.             < X to exit>
  112.